home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / PresentOptions.nib / data.classes next >
Text File  |  1994-12-14  |  1KB  |  73 lines

  1. AIAbstractPresentOptions = {
  2.     ACTIONS = {
  3.     okAction:;
  4.     dummyAction:;
  5.     cancelAction:;
  6.     };
  7.     OUTLETS = {
  8.     window;
  9.     speakerNotesButton;
  10.     drawSpeedPopupButton;
  11.     presentationTypeSwitchview;
  12.     windowWidthForm;
  13.     presentationTypeMatrix;
  14.     autoControlButton;
  15.     pageTransitionsButton;
  16.     windowHeightForm;
  17.     windowYForm;
  18.     windowXForm;
  19.     pageSoundsButton;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. AIPresentOptions = {
  24.     ACTIONS = {
  25.     presentToNetworkChanged:;
  26.     };
  27.     OUTLETS = {
  28.     selectorAssistant;
  29.     presentToSwitch;
  30.     startingPageField;
  31.     hostSelector;
  32.     };
  33.     SUPERCLASS = AIAbstractPresentOptions;
  34. };
  35. RDRSelector = {
  36.     ACTIONS = {
  37.     replaceStringFrom:;
  38.     takeStringValueFrom:;
  39.     selectFirst:;
  40.     addStringFrom:;
  41.     selectNext:;
  42.     selectLast:;
  43.     removeAll:;
  44.     removeSelectedCells:;
  45.     selectPrev:;
  46.     };
  47.     OUTLETS = {
  48.     };
  49.     SUPERCLASS = Control;
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. RDRSelectorAssistant = {
  57.     ACTIONS = {
  58.     deleteValue:;
  59.     renameValue:;
  60.     addValue:;
  61.     hostsSelected:;
  62.     loadHostsFromNetInfoDomain:;
  63.     };
  64.     OUTLETS = {
  65.     addButton;
  66.     deleteButton;
  67.     valueField;
  68.     selector;
  69.     renameButton;
  70.     };
  71.     SUPERCLASS = Object;
  72. };
  73.